home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / whisperback / README < prev   
Encoding:
Text File  |  2012-12-13  |  1.7 KB  |  76 lines

  1. WhisperBack - Send feedback via encrypted e-mail
  2. ################################################
  3.  
  4. Copyright (C) 2009-2012 Tails developers <tails@boum.org>
  5.  
  6. DESCRIPTION
  7. ===========
  8.  
  9. WhisperBack is a small pyGTK application intended to provide
  10. a user-friendly way to send feedback to the amnesia dev team in
  11. a GnuPG-encrypted way.
  12.  
  13.  
  14. DEPENDENCIES
  15. ============
  16.  
  17. You need the following runtime dependencies:
  18.   - python-gtk2
  19.   - python-pyme
  20.  
  21. In addition, you need the following build dependencies:
  22.   - python-distutils-extra
  23.   - txt2tags
  24.  
  25.  
  26. INSTALLATION
  27. ============
  28.  
  29. WhisperBack is packaged using Python distutils. To install it:
  30.  
  31.   $ ./setup.py build
  32.  
  33. and as root:
  34.  
  35.   # ./setup.py install
  36.  
  37.  
  38. CONFIGURATION
  39. =============
  40.  
  41. The configuration is read in sequence from the following files,
  42. settings read last overriding previous ones:
  43. - /etc/whisperback/config.py
  44. - ~/.whisperback/config.py
  45. - ./config.py
  46.  
  47. The config.py.sample example configuration file will tell you about the
  48. configuration syntax and available settings.
  49.  
  50.  
  51. USAGE
  52. =====
  53.  
  54. Please see the man page.
  55.  
  56.  
  57. LICENSING
  58. =========
  59.  
  60. This file is part of WhisperBack.
  61.  
  62. WhisperBack is  free software; you can redistribute  it and/or modify
  63. it under the  terms of the GNU General Public  License as published by
  64. the Free Software Foundation; either  version 3 of the License, or (at
  65. your option) any later version.
  66.  
  67. This program  is distributed in the  hope that it will  be useful, but
  68. WITHOUT   ANY  WARRANTY;   without  even   the  implied   warranty  of
  69. MERCHANTABILITY  or FITNESS  FOR A  PARTICULAR PURPOSE.   See  the GNU
  70. General Public License for more details.
  71.  
  72. You should have received a copy of the GNU General Public License
  73. along with this program.  If not, see <http://www.gnu.org/licenses/>.
  74.  
  75. Please see COPYING for more information.
  76.